home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / gds.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  141b  |  9 lines

  1. struct GDS {
  2. /*
  3.  * This structure describes the GDS variable
  4.  */
  5. unsigned int c_ind : 1;
  6. unsigned int lt    : 15;
  7. unsigned int id;
  8. }
  9.